home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / eaclib.zip / EACLIB.INF (.txt) < prev    next >
OS/2 Help File  |  1996-05-21  |  25KB  |  1,094 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1.  ΓòÉΓòÉΓòÉ
  3.  
  4. EA Class Library User's Guide and Reference 
  5.  
  6. Copyright by Bernhard Bablok 
  7.  
  8. Extended Attributes make it possible to store information in a file in addition 
  9. to its normal contents. 
  10.  
  11. These EAs are manipulated by a number of OS/2-APIs. The interface is quite 
  12. complicated and that's why I wrote two C++ classes dealing with EAs: class EA 
  13. and class EAList. Together they should provide all functionality needed to deal 
  14. with EAs.
  15.  
  16. The User's Guide and Reference will give some general information regarding 
  17. extended attributes and about how I implemented them (see Implementation 
  18. Details). Then two chapters discuss some typical examples on how to use the 
  19. classes EA and EAList. The last part of this document is the reference section, 
  20. which lists all public member functions of EA and EAList.
  21.  
  22. Before using the EA class library, see the License Agreement. If you discover 
  23. any bug, or like to comment in any other way, please send me a mail.
  24.  
  25. Address: ua302cb@sunmail.lrz-muenchen.de
  26.  
  27.  
  28. ΓòÉΓòÉΓòÉ 1.1.  ΓòÉΓòÉΓòÉ
  29.  
  30. EA Class Library User's Guide and Reference 
  31.  
  32. Copyright by Bernhard Bablok 
  33.  
  34. Extended Attributes make it possible to store information in a file in addition 
  35. to its normal contents. 
  36.  
  37. These EAs are manipulated by a number of OS/2-APIs. The interface is quite 
  38. complicated and that's why I wrote two C++ classes dealing with EAs: class EA 
  39. and class EAList. Together they should provide all functionality needed to deal 
  40. with EAs.
  41.  
  42. The User's Guide and Reference will give some general information regarding 
  43. extended attributes and about how I implemented them (see Implementation 
  44. Details). Then two chapters discuss some typical examples on how to use the 
  45. classes EA and EAList. The last part of this document is the reference section, 
  46. which lists all public member functions of EA and EAList.
  47.  
  48. Before using the EA class library, see the License Agreement. If you discover 
  49. any bug, or like to comment in any other way, please send me a mail.
  50.  
  51. Address: ua302cb@sunmail.lrz-muenchen.de
  52.  
  53.  
  54. ΓòÉΓòÉΓòÉ 1.2.  ΓòÉΓòÉΓòÉ
  55.  
  56. EA Class Library User's Guide and Reference 
  57.  
  58. Copyright by Bernhard Bablok 
  59.  
  60. Extended Attributes make it possible to store information in a file in addition 
  61. to its normal contents. 
  62.  
  63. These EAs are manipulated by a number of OS/2-APIs. The interface is quite 
  64. complicated and that's why I wrote two C++ classes dealing with EAs: class EA 
  65. and class EAList. Together they should provide all functionality needed to deal 
  66. with EAs.
  67.  
  68. The User's Guide and Reference will give some general information regarding 
  69. extended attributes and about how I implemented them (see Implementation 
  70. Details). Then two chapters discuss some typical examples on how to use the 
  71. classes EA and EAList. The last part of this document is the reference section, 
  72. which lists all public member functions of EA and EAList.
  73.  
  74. Before using the EA class library, see the License Agreement. If you discover 
  75. any bug, or like to comment in any other way, please send me a mail.
  76.  
  77. Address: ua302cb@sunmail.lrz-muenchen.de
  78.  
  79.  
  80. ΓòÉΓòÉΓòÉ 1.3.  ΓòÉΓòÉΓòÉ
  81.  
  82. EA Class Library User's Guide and Reference 
  83.  
  84. Copyright by Bernhard Bablok 
  85.  
  86. Extended Attributes make it possible to store information in a file in addition 
  87. to its normal contents. 
  88.  
  89. These EAs are manipulated by a number of OS/2-APIs. The interface is quite 
  90. complicated and that's why I wrote two C++ classes dealing with EAs: class EA 
  91. and class EAList. Together they should provide all functionality needed to deal 
  92. with EAs.
  93.  
  94. The User's Guide and Reference will give some general information regarding 
  95. extended attributes and about how I implemented them (see Implementation 
  96. Details). Then two chapters discuss some typical examples on how to use the 
  97. classes EA and EAList. The last part of this document is the reference section, 
  98. which lists all public member functions of EA and EAList.
  99.  
  100. Before using the EA class library, see the License Agreement. If you discover 
  101. any bug, or like to comment in any other way, please send me a mail.
  102.  
  103. Address: ua302cb@sunmail.lrz-muenchen.de
  104.  
  105.  
  106. ΓòÉΓòÉΓòÉ 1.4.  ΓòÉΓòÉΓòÉ
  107.  
  108. EA Class Library User's Guide and Reference 
  109.  
  110. Copyright by Bernhard Bablok 
  111.  
  112. Extended Attributes make it possible to store information in a file in addition 
  113. to its normal contents. 
  114.  
  115. These EAs are manipulated by a number of OS/2-APIs. The interface is quite 
  116. complicated and that's why I wrote two C++ classes dealing with EAs: class EA 
  117. and class EAList. Together they should provide all functionality needed to deal 
  118. with EAs.
  119.  
  120. The User's Guide and Reference will give some general information regarding 
  121. extended attributes and about how I implemented them (see Implementation 
  122. Details). Then two chapters discuss some typical examples on how to use the 
  123. classes EA and EAList. The last part of this document is the reference section, 
  124. which lists all public member functions of EA and EAList.
  125.  
  126. Before using the EA class library, see the License Agreement. If you discover 
  127. any bug, or like to comment in any other way, please send me a mail.
  128.  
  129. Address: ua302cb@sunmail.lrz-muenchen.de
  130.  
  131.  
  132. ΓòÉΓòÉΓòÉ 2.  ΓòÉΓòÉΓòÉ
  133.  
  134. EA Class Library User's Guide and Reference 
  135.  
  136. Copyright by Bernhard Bablok 
  137.  
  138. Extended Attributes make it possible to store information in a file in addition 
  139. to its normal contents. 
  140.  
  141. These EAs are manipulated by a number of OS/2-APIs. The interface is quite 
  142. complicated and that's why I wrote two C++ classes dealing with EAs: class EA 
  143. and class EAList. Together they should provide all functionality needed to deal 
  144. with EAs.
  145.  
  146. The User's Guide and Reference will give some general information regarding 
  147. extended attributes and about how I implemented them (see Implementation 
  148. Details). Then two chapters discuss some typical examples on how to use the 
  149. classes EA and EAList. The last part of this document is the reference section, 
  150. which lists all public member functions of EA and EAList.
  151.  
  152. Before using the EA class library, see the License Agreement. If you discover 
  153. any bug, or like to comment in any other way, please send me a mail.
  154.  
  155. Address: ua302cb@sunmail.lrz-muenchen.de
  156.  
  157.  
  158. ΓòÉΓòÉΓòÉ 2.1.  ΓòÉΓòÉΓòÉ
  159.  
  160. EA Class Library User's Guide and Reference 
  161.  
  162. Copyright by Bernhard Bablok 
  163.  
  164. Extended Attributes make it possible to store information in a file in addition 
  165. to its normal contents. 
  166.  
  167. These EAs are manipulated by a number of OS/2-APIs. The interface is quite 
  168. complicated and that's why I wrote two C++ classes dealing with EAs: class EA 
  169. and class EAList. Together they should provide all functionality needed to deal 
  170. with EAs.
  171.  
  172. The User's Guide and Reference will give some general information regarding 
  173. extended attributes and about how I implemented them (see Implementation 
  174. Details). Then two chapters discuss some typical examples on how to use the 
  175. classes EA and EAList. The last part of this document is the reference section, 
  176. which lists all public member functions of EA and EAList.
  177.  
  178. Before using the EA class library, see the License Agreement. If you discover 
  179. any bug, or like to comment in any other way, please send me a mail.
  180.  
  181. Address: ua302cb@sunmail.lrz-muenchen.de
  182.  
  183.  
  184. ΓòÉΓòÉΓòÉ 2.2.  ΓòÉΓòÉΓòÉ
  185.  
  186. EA Class Library User's Guide and Reference 
  187.  
  188. Copyright by Bernhard Bablok 
  189.  
  190. Extended Attributes make it possible to store information in a file in addition 
  191. to its normal contents. 
  192.  
  193. These EAs are manipulated by a number of OS/2-APIs. The interface is quite 
  194. complicated and that's why I wrote two C++ classes dealing with EAs: class EA 
  195. and class EAList. Together they should provide all functionality needed to deal 
  196. with EAs.
  197.  
  198. The User's Guide and Reference will give some general information regarding 
  199. extended attributes and about how I implemented them (see Implementation 
  200. Details). Then two chapters discuss some typical examples on how to use the 
  201. classes EA and EAList. The last part of this document is the reference section, 
  202. which lists all public member functions of EA and EAList.
  203.  
  204. Before using the EA class library